I finally started organizing the various git commands and aliases I use alot, and published them to github. My
gitconfig repo.
Some of these are useful only for projects similar to mine (fedora,
tito based, bugzilla, etc) but I think some of then are generally useful.
A few favorites:
# commits not pushed to $1
unpushed = cherry -v
# ignore po
(
Read more... )